Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Use typed SelectProps #2467

Merged
merged 6 commits into from
Nov 29, 2022
Merged

Use typed SelectProps #2467

merged 6 commits into from
Nov 29, 2022

Conversation

qubis741
Copy link
Contributor

@qubis741 qubis741 commented Nov 28, 2022

[17.2.0] - 2022-11-29

Changed

  • Typescript: All components and their props are typescript

Manual Check

N/A, I have connected it to core, all fixed is here: https://github.com/teamleadercrm/core/pull/29569 and its only type changes

Since now everything is in TS, I think we should start mentioning it in CHANGELOG.MD, but I am not sure if to release as major or minor version. Your thoughts?

@qubis741 qubis741 self-assigned this Nov 28, 2022
CHANGELOG.md Outdated Show resolved Hide resolved
@lorgan3
Copy link
Contributor

lorgan3 commented Nov 28, 2022

Since now everything is in TS, I think we should start mentioning it in CHANGELOG.MD

👍

but I am not sure if to release as major or minor version. Your thoughts?

Minor is ok for me

farazatarodi
farazatarodi previously approved these changes Nov 28, 2022
lorgan3
lorgan3 previously approved these changes Nov 29, 2022
@@ -57,8 +56,9 @@ export const DropdownWithUpsell: ComponentStory<typeof MarketingMenuItem> = (arg
},
[args],
);
const handleChange = (option: Option) => console.log(option);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe an alert is a better option

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I dont think so, it is rather invasive and we dont do it anywhere else

farazatarodi
farazatarodi previously approved these changes Nov 29, 2022
@qubis741 qubis741 merged commit 9f73b63 into next-release Nov 29, 2022
@qubis741 qubis741 deleted the guild/typescript-select-props branch November 29, 2022 09:48
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants